Перевод: со всех языков на русский

с русского на все языки

parameterized type

  • 1 parameterized type

    (англ. parameterised type) параметризованный тип
    тип данных, имеющий другой тип в качестве параметра. Примерами параметризованных типов являются массивы и списки
    см. тж. type

    Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > parameterized type

  • 2 parameterized type

    Программирование: параметризованный тип

    Универсальный англо-русский словарь > parameterized type

  • 3 parameterized type

    параметризованный тип
    См. template.

    English-Russian glossary of C + + > parameterized type

  • 4 parameterised type

    англ.; = parameterized type

    Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > parameterised type

  • 5 typ parametryzowany

    • parameterized type

    Słownik polsko-angielski z Elektroniki i Informatyki > typ parametryzowany

  • 6 model

    1. модель; макет; образец; эталон/ модельный/ моделировать
    2. модель; вариант; тип
    actuator model
    actuator disk model
    advanced development model
    aerodynamic model
    aeroelastic model
    aeroelastically scaled model
    air combat model
    airplane model
    airplane-like model
    approach model
    arrow-wing model
    atmospheric model
    autopilot model
    autorotation model
    autothrottle model
    Baldwin-Lomax model
    basic model
    beam model
    beam/lumped mass model
    biomorphic model
    blowing model
    body alone model
    breadboard model
    cable-mounted model
    cargo load model
    CFD model
    combustion model
    combustion-flow model
    command model
    compensatory model
    composite model
    compressibility modified model
    computer model
    cone-cylinder model
    cone-finned model
    conical-flow model
    consistent model
    constant amplitude fatigue model
    constitutive model
    continuous-mass model
    continuum model
    controller model
    correlation model
    counter-rotation model
    crack model
    crack growth model
    crack growth retardation model
    crossover model
    cumulative damage model
    damage accumulation model
    damper model
    database model
    deterministic model
    development-type model
    differential-game model
    discrete model
    distributed lift model
    disturbance model
    downdraft model
    drop model
    Dryden model
    Dugdale model
    dynamically scaled model
    dynamics model
    energy-conservation model
    engagement model
    engine model
    engineering development model
    error model
    failure model
    fatigue model
    filament model
    fine grid model
    finite element model
    fixed-base model
    fixed-wing model
    flow model
    flutter model
    flutter-suppression model
    four-input/four-output model
    fractional derivative model
    fracture model
    free to roll model
    free-flight model
    free-flying model
    free-spinning model
    freely flying model
    frequency-domain model
    full model
    full-order model
    full-span model
    full-span wing model
    game model
    generic model
    geometric model
    geometrically scaled model
    gravity model
    gravity anomaly model
    gust model
    half-plane model
    half-wing model
    high-fineness-ratio model
    human operator model
    identified model
    illuminated model
    infinite-blade model
    input model
    instrumented model
    inverse model
    isolated wing model
    k-e model
    k-W model
    kinematic model
    kinetic model
    large-scale model
    lead-lag pilot model
    lead-only pilot model
    linear model
    longitudinal model
    lower-order model
    lumped parameter model
    lumped-mass model
    Mach-scaled model
    magnetically suspended model
    mass-and-spring model
    mass-spring model
    Maxwell model
    membrane and rod model
    meteorological model
    micromechanical model
    Miner-Palmgren damage model
    minimum phase model
    missile model
    modal model
    momentum-conserved model
    moving model
    multiaxis model
    multidegree of freedom model
    multiloop model
    multiscale model
    neuromuscular model
    observation model
    over-parameterized model
    parabolized Navier-Stokes model
    pendulation model
    performance model
    perturbation model
    phenomenological model
    physical model
    pilot-aircraft model
    pilot-vehicle model
    piston model
    pitch model
    pitch-plunge model
    pitch-lateral-directional model
    plant model
    plastic model
    pneumodynamic model
    powered model
    powered-lift model
    precision model
    prediction model
    preview model
    production model
    properly parameterized model
    propfan model
    propulsion model
    pure gain pilot model
    quantized model
    quasi-static model
    R&M model
    radar model
    radial spring model
    radio control model
    radio controlled model
    real-world model
    reduced order model
    reference model
    reflectivity model
    reingestion model
    replica model
    replica-type model
    rocket-propelled model
    roll model
    rotor-body model
    rotorcraft model
    scale model
    scaled model
    scattering model
    self-consistent model
    semiempirical model
    semispan model
    semispan wing model
    sensitivity model
    simulation model
    single-axis model
    single-body model
    single-rotation model
    spectrum fatigue model
    spray model
    stall model
    state model
    state space model
    statistical model
    stiffness model
    stochastic model
    stress model
    structural model
    study model
    supersonic cruise model
    task model
    terrain model
    thin-jet model
    three-degree-of-a-freedom model
    three-state model
    thrust model
    tire model
    transfer-function model
    transparent model
    truth model
    tunnel-supported model
    turbulence model
    twin-body model
    two layer turbulence model
    two-control model
    two-degrees-of-freedom model
    two-equation turbulence model
    unquantized model
    untuned model
    usage model
    V/STOL model
    vaporization model
    vehicle stability model
    vertical dynamic model
    vestibular model
    viscous/inviscid model
    visual cueing model
    wake model
    wake/wing model
    water tunnel model
    Wheeler retardation model
    wind-tunnel model
    windshear model
    wing-canard model
    wing-rotor model
    wireframe model
    yaw model

    Авиасловарь > model

  • 7 class

    = class type
    класс, тип объекта
    одно из основных понятий ООП. Класс - это объявление структуры данных, объединяющее объекты с одинаковыми свойствами (полями) и методами (поведением). Такие объекты называются экземплярами этого класса и обычно соответствуют сущностям реального мира в деловой или предметной области (то есть это могут быть, например, люди, должности или предметы). Иначе можно сказать, что из определения класса (class definition) в программе можно создать любое количество объектов. Класс иногда называют типом объектов, так как идея объединения в объекте функций с данными тесно связана с понятием типа данных (data type) в процедурных ЯВУ. Класс может наследовать свойства других классов. Свойства объектов могут быть трёх видов: атрибуты (см. attribute), или поля, процедуры или услуги, предоставляемые объектом (см. method) и правила (инварианты), устанавливающие взаимосвязи свойств объекта или определяющие условия его жизнеспособности.

    When you need to use the class, you must create an instance of the object (W. Rubin). — Чтобы применить данный класс, необходимо создать экземпляр объекта (см. invariant) см. тж. abstract class, abstract data type, anonymous class, base class, class diagram, class file, class hierarchy, class invariant, classless inheritance, class interface, class library, class loader, class member, class method, class-oriented, class structure, class variable, concrete class, derived class, final class, friend, inheritance, instance, metaclass, object type, OOP, parameterized class, subclass, superclass, template class

    Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class

  • 8 class

    1) ООП класс (частично или полностью реализованный абстрактный тип данных (abstract data type); определение класса включает в себя представление объектов и набор операций, которые можно применять к объектам данного класса, используя его интерфейс (interface))
    2) класс; категория
    - data group class
    - data structure class
    - distributional class
    - duty class
    - empty class
    - equivalence classes
    - form class
    - hash class
    - job class
    - linearly separable class
    - memory class
    - output class
    - privilege class
    - simple class
    - structured class
    - syntactic class

    English-Russian dictionary of computer science and programming > class

См. также в других словарях:

  • Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing …   Wikipedia

  • Parameterized macro — In computer science, a parameterized macro is a type of macro that is able to insert given objects into its expansion. This gives the macro some of the power of a function.As a simple example, in the C programming language, this is a typical… …   Wikipedia

  • Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… …   Wikipedia

  • Bottom type — In type theory, the bottom type is the subtype of all types. It is the return type of a function that does not return normally. As an example, a certain program function may promise to return an integer but in a Turing complete language the… …   Wikipedia

  • Object type — In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.Some object oriented programming languages make a distinction… …   Wikipedia

  • Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… …   Wikipedia

  • Generics in Java — Generics are a facility of generic programming that was added to the Java programming language in 2004 as part of J2SE 5.0. They allow a type or method to operate on objects of various types while providing compile time type safety. [… …   Wikipedia

  • Generic programming — is a style of computer programming in which algorithms are written in terms of to be specified later types that are then instantiated when needed for specific types provided as parameters and was pioneered by Ada which appeared in 1983. This… …   Wikipedia

  • Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions …   Wikipedia

  • Heap Pollution (computer science) — In Java programming language, type arguments and variables are not reified at run time. As a result, different parameterized types are implemented by the same class or interface at run time. Indeed, all invocations of a given generic type… …   Wikipedia

  • Standard ML — Infobox programming language name = Standard ML logo = paradigm = multi paradigm: functional, imperative year = designer = typing = strong, static, inferred dialects = Alice, Dependent ML implementations = MLton, MLWorks, Moscow ML, Poly/ML,… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»